internal/chacha8rand.State.buf (field)
15 uses
internal/chacha8rand (current package)
chacha8.go#L38: buf [32]uint64
chacha8.go#L60: return s.buf[i&31], true // i&31 eliminates bounds check
chacha8.go#L76: block(&s.seed, &s.buf, 0)
chacha8.go#L95: s.seed[0] = s.buf[len(s.buf)-reseed+0]
chacha8.go#L96: s.seed[1] = s.buf[len(s.buf)-reseed+1]
chacha8.go#L97: s.seed[2] = s.buf[len(s.buf)-reseed+2]
chacha8.go#L98: s.seed[3] = s.buf[len(s.buf)-reseed+3]
chacha8.go#L101: block(&s.seed, &s.buf, s.c)
chacha8.go#L103: s.n = uint32(len(s.buf))
chacha8.go#L105: s.n = uint32(len(s.buf)) - reseed
chacha8.go#L163: block(&s.seed, &s.buf, s.c)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |